Skip to content

ESS-4139 Support python 3.14#149

Merged
branislav-jenco-4ss merged 4 commits into
masterfrom
ESS-4139
May 15, 2026
Merged

ESS-4139 Support python 3.14#149
branislav-jenco-4ss merged 4 commits into
masterfrom
ESS-4139

Conversation

@bjorn-einar-bjartnes-4ss
Copy link
Copy Markdown
Contributor

@bjorn-einar-bjartnes-4ss bjorn-einar-bjartnes-4ss commented May 6, 2026

This PR is related to user story ESS-4139

Description

Support Python version 3.14

@bjorn-einar-bjartnes-4ss bjorn-einar-bjartnes-4ss changed the title ESS-4139 Support 3.14 and 3.15 ESS-4139 Support python 3.14 May 6, 2026
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the project metadata, documentation, tox configuration, and CI matrix to advertise and exercise support for Python 3.14.

Changes:

  • Add Python 3.14 to the package classifiers in pyproject.toml.
  • Update tox envlist to explicit per-version environments including py314.
  • Extend the GitHub Actions CI matrix and docs to include Python 3.14.

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 3 comments.

File Description
pyproject.toml Adds Python 3.14 classifier and changes tox envlist to py311py314.
docs/getting_started.rst Updates stated supported Python versions to include 3.14.
.github/workflows/ci.yml Expands CI matrix to run on Python 3.14 (but currently mismatched with tox env names).

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread .github/workflows/ci.yml
Comment on lines 15 to 17
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: ["3.11", "3.12", "3.13"]
python-version: ["3.11", "3.12", "3.13", "3.14"]

Comment thread pyproject.toml
Comment thread .github/workflows/ci.yml
@branislav-jenco-4ss branislav-jenco-4ss marked this pull request as ready for review May 13, 2026 06:35
@branislav-jenco-4ss branislav-jenco-4ss merged commit 91c21e2 into master May 15, 2026
12 checks passed
@branislav-jenco-4ss branislav-jenco-4ss deleted the ESS-4139 branch May 15, 2026 05:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

3 participants